home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
- * *
- * Copyright (C) 1989, Silicon Graphics, Inc. *
- * *
- * These coded instructions, statements, and computer programs contain *
- * unpublished proprietary information of Silicon Graphics, Inc., and *
- * are protected by Federal copyright law. They may not be disclosed *
- * to third parties or copied or duplicated in any form, in whole or *
- * in part, without the prior written consent of Silicon Graphics, Inc. *
- * *
- **************************************************************************/
-
- /*
- * feed.h $Revision: 1.1 $
- */
-
- #ifndef FEEDBACKDEF
- #define FEEDBACKDEF
-
- /*
- * Defines for STAPUFT raw feedback
- */
-
- #define FB_POINT (95.0)
- #define FB_POLYGON (72.0)
- #define FB_CMOV (163.0)
- #define FB_PASSTHROUGH (176.0)
- #define FB_LINE (113.0)
-
- #endif FEEDBACKDEF
-